Welcome![Sign In][Sign Up]
Location:
Search - soap service

Search list

[.netTestService

Description: 如何处理WebSevice通过SOAP调用.方便大家学习Web Service-How to deal with WebSevice via SOAP calls. Facilitate learning Web Service
Platform: | Size: 70656 | Author: 陈大 | Hits:

[Delphi VCLSOAPHeaders

Description: soap headers connessione web service
Platform: | Size: 449536 | Author: michele | Hits:

[Software EngineeringONVIF_Test_Tool

Description: ONVIF规范描述了网络视频的模型、接口、数据类型以及数据交互的模式。并复用了一些现有的标准,如WS系列标准等。ONVIF规范中设备管理和控制部分所定义的接口均以Web Services的形式提供。ONVIF规范涵盖了完全的XML及WSDL的定义。每一个支持ONVIF规范的终端设备均须提供与功能相应的Web Service。服务端与客户端的数据交互采用SOAP协议。 -ONVIF specification describes the model, interface, data type and data interaction model of network video. And reuse some of the existing standards, such as WS series standards, etc.. The interfaces defined in the ONVIF specification for the device management and control section are provided in the form of Services Web. ONVIF specification covers the definition of complete XML and WSDL. Each terminal device that supports the ONVIF specification must be provided with the corresponding Service Web. The server and the client data exchange using SOAP protocol.
Platform: | Size: 15986688 | Author: korbon | Hits:

[JSP/Javajava_biee_demo

Description: 调用BIEE提供的web service 门户项目中准备用web service获取现有的制作好的报表进行展示。遂去研究了下,研究的过程也是满纠结的,总算根据多方资料,将demo跑通了。 本文参考了网上的一些资料,做一下总结而已。讲解下如何配置,成功的获取到相关报表。 biee的web service的介绍我就不说了了,官方文档如下: http://download.oracle.com/docs/cd/E21764_01/bi.1111/e16364/soa_overview.htm 提供的服务如下: http://download.oracle.com/docs/cd/E12096_01/books/AnyWebServ/AnyWebServTOC.html 使用axis生成WEB service的客户端代码: 步骤参考: http://gerardnico.com/wiki/ide/eclipse/eclipse_how_to_consume_a_webservice_with_wtp 需要指定包名为:com.siebel.analytics.web.soap.v5 客户端代码生成后,在eclipse下由于下载了插件依赖包都是有的,所以可以直接写一个java程序去测试下是否调用web service成功。-Web service portal project calls BIEE provided ready access to existing web service by making good reports on display. Then went to study under the research process is full of tangled, multi-information and finally based on the demo run through. This reference to some of the information online, do some summary only. Under explain how to configure the successful acquisition of relevant reports. biee the web service' s introduction I will not say, and official documents as follows: Service http://download.oracle.com/docs/cd/E21764_01/bi.1111/e16364/soa_overview.htm provides as follows: http://download.oracle.com/docs/cd/E12096_01/books/AnyWebServ/AnyWebServTOC.html using axis generated WEB service client code: Step Reference: http://gerardnico.com/wiki/ide/eclipse/eclipse_how_to_consume_a_webservice_with_wtp need to specify package called: com.siebel.analytics.web.soap.v5 client code generation later, in the eclipse because the downloaded plugin dependencies are there, so you can dire
Platform: | Size: 5194752 | Author: lizhibing | Hits:

[Windows DevelopExcelPrintWS

Description: word、excel、ppt changeto pdf soap webservice 服务端需要安装office2013 不需要破解-Word, excel, PPT changeto PDF soap webservice The service side need to install office2013 don t need a break
Platform: | Size: 992256 | Author: | Hits:

[JSP/Javajod

Description: JOD Convert service. Webservice (SOAP) convert doc to PDF document
Platform: | Size: 22528 | Author: Son Nguyen | Hits:

[Other Web Codesynapse-tasks

Description: Apache Synapse is a lightweight and high-performance Enterprise Service Bus (ESB). Powered by a fast and asynchronous mediation engine, Apache Synapse provides exceptional support for XML, Web Services and REST. In addition to XML and SOAP, Apache Synapse supports several other content interchange formats, such as plain text, binary, Hessian and JSON. The wide range of transport adapters available for Synapse, enables it to communicate over many application and transport layer protocols. As of now, Apache Synapse supports HTTP/S, Mail (POP3, IMAP, SMTP), JMS, TCP, UDP, VFS, SMS, XMPP and FIX.
Platform: | Size: 74752 | Author: angel | Hits:

[Web ServerSonsinCMS

Description: SonsinCMS是一款新颖的网站内容管理系统。系统基于最新版本的PHP和MySQL平台开发,采用Web Service(SOAP)、结合XML存储数据等等,先进的技术和卓越的性能都是深信团队所追求的.-SonsinCMS is a new web content management system. Systems based on the latest versions of PHP and MySQL platform, using Web Service (SOAP), combined with XML data storage, etc., advanced technology and superior performance are convinced that the team pursuit.
Platform: | Size: 585728 | Author: caedde | Hits:

[Software EngineeringEDIT2016_REST-Web-Services

Description: The term Web service describes a standardized way of integrating Web-based applications using the XML, SOAP, WSDL and UDDI open standards over an Internet protocol backbone. XML is used to tag the data, SOAP is used to transfer the data, WSDL is used for describing the services available and UDDI lists what services are available. -The term Web service describes a standardized way of integrating Web-based applications using the XML, SOAP, WSDL and UDDI open standards over an Internet protocol backbone. XML is used to tag the data, SOAP is used to transfer the data, WSDL is used for describing the services available and UDDI lists what services are available.
Platform: | Size: 584704 | Author: gzafirovic | Hits:

[Internet-NetworkSOAP_XFire

Description: 开发环境:jdk1.6 + Tomcat7 + MyEclipse10 源码下载地址张贴在文章最后面: 首先是使用WSDL协议实现:这里使用XFire XFire一个免费、开源的SOAP框架,它构建了POJO和SOA之间的桥梁,主要特性就是支持将POJO通过非常简单的方式发布成Web服务,其原理是以接口反射机制自动取得远程方法的 WSDL是一个用来描述Web服务和说明如何与Web服务通信的XML语言 准备:开发之前请先下载xfire-distribution-1.2.6.zip并解压缩 (1)、新建一个Web项目(服务端),名称为XFireWebService,其目的是为了测试WebService服务端 为工程添加XFire支持的类库,把xfire-1.2.6里lib所有jar和xfire-all-1.2.6.jar拷贝到工程lib里 (2)、把XFire加载到系统中来,增加web.xml的配置信息.... -Development environment: jdk1.6+ Tomcat7+ MyEclipse10 Download source code posted at the end of the article: The first is implemented using the WSDL protocol: XFire is used here XFire a free, open source SOAP framework, which builds a bridge between POJO and SOA, the main feature is to support the POJO in a very simple way to publish into a Web service, the principle is to automatically obtain the remote interface reflection mechanism A WSDL is an XML language that describes a Web service and describes how to communicate with a Web service Prepare: Download xfire-distribution-1.2.6.zip and unzip it before proceeding (1), create a new Web project (server), the name is XFireWebService, its purpose is to test WebService server XFire support for the project to support the class library, the xfire-1.2.6 lib all jar and xfire-all-1.2.6.jar copy to the project lib (2), the XFire loaded into the system to increase web.xml configuration information ....
Platform: | Size: 28559360 | Author: KENNY | Hits:

[JSP/Java6255391

Description: 学者编写JAVA soap 客户端实现WEB服务,不错的源码-Scholars write JAVA WEB service soap client implementation, good source
Platform: | Size: 10240 | Author: Rodnvn | Hits:

[JSP/Javamgtsdh

Description: 学者编写JAVA soap 客户端实现WEB服务,不错的源码-Scholars write JAVA WEB service soap client implementation, good source
Platform: | Size: 10240 | Author: RXIaaa&217815 | Hits:

[JSP/JavaBrhylarssoap

Description: 学者编写JAVA soap 客户端实现WEB服务,不错的源码(Scholars write JAVA WEB service soap client implementation, good source)
Platform: | Size: 9216 | Author: Prqmdr | Hits:

[xml-soap-webservicegsoap-2.8.32.tar

Description: gSOAP编译工具提供了一个SOAP/XML 关于C/C++ 语言的实现,从而让C/C++语言开发web服务或客户端程序的工作变得轻松了很多。绝大多数的C++web服务工具包提供一组API函数类库来处理特定的SOAP数据结构,这样就使得用户必须改变程序结构来适应相关的类库。与之相反,gSOAP利用编译器技术提供了一组透明化的SOAP API,并将与开发无关的SOAP实现细节相关的内容对用户隐藏起来。(The gSOAP compiler provides a SOAP/XML about the implementation of C/C++ language, so that C/C++ language development web service or client program work has become a lot easier. Most C++web services toolkits provide a set of API function class libraries to process specific SOAP data structures, so that users have to change the program structure to adapt to the related class libraries. On the contrary, gSOAP provides a group of transparent SOAP API using compiler technology, and concealment the details related to development independent SOAP.)
Platform: | Size: 6772736 | Author: q风q | Hits:
« 1 2 3 4 5 6 7»

CodeBus www.codebus.net